home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / anims / mpeg / MPEGFast / !MPEGfast / !Boot next >
Text File  |  1995-04-08  |  841b  |  27 lines

  1. | Boot file for !MPEG
  2. | MPEG port by Paul LeBeau
  3.  
  4.  
  5. Set MPEGfast$Dir <Obey$Dir>
  6. IconSprites <MPEGfast$Dir>.!Sprites
  7.  
  8. Set File$Type_BF8 MPEG
  9. Set Alias$@RunType_BF8 Run <MPEGfast$Dir>.mpegRun %*0
  10. Set Alias$@RunType_0F8 Run <MPEGfast$Dir>.mpegRun %*0
  11.  
  12.  
  13. | If your version of !ARMovie contains all the dithering tables
  14. | that are in the !MPEG.Tables directory, then you can delete
  15. | the files from inside !MPEG.Tables and the MPEG player will
  16. | still find them (as long as !ARMovie has been 'seen').
  17.  
  18. SetMacro MPEGTable$Path <MPEGfast$Dir>.Tables.
  19. If "<ARMovie$Dir>"<>"" Then SetMacro MPEGTable$Path <MPEGfast$Dir>.Tables.,<ARMovie$Dir>.MovingLine.
  20.  
  21.  
  22. | If you have a PCATS Graphics Enhancer and want !MPEG
  23. | to automatically enter a 16bpp mode for playing,
  24. | include the following line:
  25.  
  26. |Set Alias$@RunType_BF8 Run <MPEG$Dir>.PCATS.PCATSplay %*0
  27.